Generic Function Every-Item-P

( every-item-p < container > < predicate > )
Returns true if every item in the container satisfies the
predicate. Predicate should be a function of one argument for iteratable containers
and a function of two arguments for associative containers.

Method Summary (3 methods)

every-item-p < > < function > 
every-item-p < list > < function > 
every-item-p < vector > < function >